home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000447_news@columbia.edu_Tue Feb 7 13:51:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08040
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 7 Feb 1995 08:51:17 -0500
  3. Received: by apakabar.cc.columbia.edu id AA14233
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 7 Feb 1995 08:51:15 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: redial macro for os/2C-Kermit
  9. Date: 7 Feb 1995 13:51:13 GMT
  10. Organization: Columbia University
  11. Lines: 14
  12. Message-Id: <3h7tsh$dsm@apakabar.cc.columbia.edu>
  13. References: <3h727s$ql4$1@heifetz.msen.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3h727s$ql4$1@heifetz.msen.com>,
  18. Dwight Hugget <jamaican@garnet.msen.com> wrote:
  19. >is there a redial macro to get more than 1 dial attempt for os/2 C-Kermit?
  20. >anyway to tweak what's there now to create some type of redial macro.
  21. >
  22. Some macros are left as "exercises for the reader".
  23.  
  24. Try this:
  25.  
  26.   define myredial redial, while fail { redial, sleep 30 }
  27.  
  28. Embellish as desired.
  29.  
  30. - Frank